@import url("./base.css");

.widget-header {
  position: relative;
  text-align: center;
}

.widget-header .top_title {
  font-size: 20px;
  color: #fff;
  padding: 10px;
  background: #008dcf;
  width: 350px;
  margin: 20px auto;
}

.widget-header .en {
  text-align: center;
  color: #2b2b2b;
  font-size: 26px;
  font-weight: 600;
  padding: 30px 0;
  background: url(../img/titlebg.png) center -15px no-repeat;
}

.widget-header .title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.widget-header .title span {
  padding: 0 1em;
  font-size: 16px;
  color: #666;
  position: relative;
  line-height: 1em;
}

.pro-end {
  margin: 40px auto;
  text-align: center;
}

.pro-end a {
  width: 200px;
  padding: 10px 50px;
  color: #fff;
  background-color: rgb(51, 51, 51);
}

.pro-end a.active {
  background-color: #d0231c;
}

.pro-end a:hover {
  background-color: rgba(160, 6, 0, 1);
}

.top-category {
  display: block;
  overflow: hidden;
}

.top-category ul {
  padding: 0 0.5em;
}

.top-category ul li {
  list-style: none;
  float: left;
  width: 25%;
}

.top-category ul li a:hover {
  background: #a90909;
}

.top-category ul li a {
  background: #008dcf;
  display: block;
  padding: 0.5em;
  color: #fff;
  margin: 0.2em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  border-radius: 0.5em;
}

/* row1 */
.row1 .wrap {
  padding: 1em;
}

.row1 .pz_cate {
  display: none;
}

.cate-list {
  overflow: hidden;
  width: 400px;
  margin: 0 auto;
}

.cate-list ul,
.cate-list ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.cate-list ul {
  line-height: 39px;
}

.cate-list ol {
  background-color: #08863f;
  color: #fff;
  padding-left: 1em;
  line-height: 43px;
}

.cate-list ul li {
  float: left;
  width: 50%;
  text-align: center;
}

.cate-list li a {
  color: #959595;
  font-size: 14px;
  padding: 1em 4em;
  background-color: #f1f1f1;
}

.cate-list li.on a {
  color: #fff;
  background-color: #d0231c;
}

.pro-list {
  padding: 0 10px;
  border: 1px solid #ddd;
}

.pro-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin: 0 -10px;
  overflow: hidden;
  display: none;
}

.pro-list ul li {
  padding: 10px;
  float: left;
  width: 25%;
}

.pro-list ul li a {
  display: block;
}

.pro-list ul li a .img {
  padding-bottom: 75%;
  position: relative;
  overflow: hidden;
  background: #f2f2f2;
}

.pro-list ul li a .img img {
  position: absolute;
  object-fit: contain;
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.pro-list ul li a .title {
  display: block;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pro-list ul li a:hover .title {
  color: #666;
}

/* row2 */
.row2 {
  padding: 50px 0;
  position: relative;
  overflow: hidden;
  background: url(../img/aboutbg.jpg) center center no-repeat;
}

.row2 .wrap {
  display: flex;
  justify-content: space-between;
}

.row2 .about-con {
  width: 600px;
}

.row2 h2 {
  color: #ffffff;
  font-size: 40px;
  line-height: 1;
  font-weight: 100;
  padding-top: 20px;
  background: url(../img/h-2.png) 12px 0 no-repeat;
}

.row2 h3 {
  font-size: 28px;
  color: #ea590a;
  font-weight: 600;
  margin-top: 20px;
}

.row2 dd {
    margin-top: 40px;
    font-size: 15px;
    color: #ffffff;
    line-height: 33px;
    max-width: 595px;
    margin-left: 0;
    text-shadow: 1px 1px 1px #000;
}

.row2 .content {
  margin-top: 43px;
  max-width: 600px;
  height: 140px;
  overflow: hidden;
  position: relative;
}

.row2 .content .list2 {
  background: url(../img/img1.png) center 0 no-repeat;
  background-size: cover;
  width: 600px;
  padding: 22px 0;
  float: left;
  margin: 0;
}

.row2 .content .list2 li {
  float: left;
  color: #fff;
  text-align: center;
  list-style: none;
  width: 33.333%;
  /*background: url(../img/su1.png) right center no-repeat;*/
}

.row2 .content .list2 li:last-child {
  background: none;
}

.row2 .content .list2 li .zi span.timer {
  position: relative;
  font-size: 60px;
  font-weight: 600;
  font-family: Impact;
}

.row2 .content .list2 li .zi span {
  position: absolute;
  font-weight: 500;
  font-size: 16px;
  font-family: 微软雅黑;
}

.row2 .content .list2 li .zi2 {
  font-size: 18px;
  margin-top: 8px;
}

.row2 .content .img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 557px;
  overflow: hidden;
}

.row2 .content .img img {
  max-width: 100%;
  transition-duration: 0.3s;
}

.row2 .content .img:hover img {
  transform: scale(1.1);
}

.row2 .img img {
  width: 100%;
  vertical-align: top;
}

.row2 .title {
  font-size: 18px;
  color: #1e9f7b;
  line-height: 1em;
  padding-bottom: 10px;
}

.row2 .detail {
  font-size: 14px;
  color: #666;
  text-align: justify;
  line-height: 1.8em;
}

.row2 .about-baner img {
  width: 100%;
  vertical-align: top;
}
.row2 .about-baner {
  width: 590px;
  padding-top: 71px;
}
.about-baner .img span {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 2em;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
}

.row2 .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
  bottom: 2.5em;
}

/* row4 */
.row4 {
  background-size: cover;
  position: relative;
  padding: 20px 0;
}

.row4 .el-row {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.row4 .con_top {
  overflow: hidden;
  height: 170px;
}

.row4 .contact {
  background-color: #008dcf;
  padding: 10px;
}

.row3 #allmap {
  float: right;
  width: 100%;
  height: 405px;
}

.row4 {
  position: relative;
  padding: 40px 0;
}

.pro-top {
  width: 100%;
  margin: 0 auto;
  padding: 0.5em 0;
  text-align: center;
  background: url(../img/pro-top.png) bottom center no-repeat;
}

.pro-top-zh {
  font-size: 18px;
  color: #333;
}

.pro-top-en {
  font-size: 34px;
  height: 60px;
  line-height: 60px;
  color: #222;
  font-weight: 600;
}

.pro-top-en span {
  color: #d0231c;
}

.proBox {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.proContainer {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 1rem auto;
  padding: 0px;
}

.proLi {
  position: relative;
  height: 0px;
  padding-bottom: 20%;
  margin: 0.5rem 0;
  overflow: hidden;
  width: calc(100% / 4);
  float: left;
}

.proLink {
  position: absolute;
  top: 0px;
  left: 1rem;
  width: calc(100% - 2rem);
  height: 100%;
  overflow: hidden;
}

.proImgBox {
  position: relative;
  width: 100%;
  height: 80%;
  overflow: hidden;
}

.proImg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.txtBox {
  position: absolute;
  top: 0px;
  left: -100%;
  width: 100%;
  height: 80%;
  overflow: hidden;
  padding: 10% 20%;
  box-sizing: border-box;
  color: #fff;
  background: rgba(208, 35, 28, 0.7);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.proLi:nth-child(3n) .txtBox {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  left: 100%;
}

.proLi:nth-child(2n) .txtBox {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 100%;
  top: 100%;
}

.proLi:hover .txtBox {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  left: 0px;
  top: 0px;
}

.proTitle {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.125rem;
  line-height: 36px;
  border-bottom: 2px solid #fff;
  padding-bottom: 9px;
  text-align: center;
}

.proSummry {
  width: 100%;
  font-size: 0.875rem;
  line-height: 24px;
  margin-top: 19px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.see {
  width: 100px;
  text-align: center;
  font-size: 0.75rem;
  margin: 1rem auto;
  transition: all 0.5s ease;
}

.see .iconfont {
  display: inline;
  color: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  text-decoration: none;
  font-weight: normal;
  text-decoration: none;
  font-size: inherit;
  font-family: "Microsoft Yahei";
  font-weight: normal;
  text-decoration: none;
}

.proTitleBox {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  width: 100%;
  height: 20%;
  color: #333;
  font-size: 1rem;
  padding: 0 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s ease;
}

.row3 {
  padding-top: 20px;
  padding-bottom: 40px;
  position: relative;
  background-color: #ebebeb;
}

.row3 .el-row {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.row3 .contact {
  background-color: #fff;
  padding: 10px;
}

.row3 .contact .img img {
  width: 100%;
  vertical-align: top;
}

.row3 .contact ul {
  list-style-type: none;
  margin: 0;
  padding: 1em 0 0 0;
}

.row3 .contact ul li {
  height: 30px;
  display: flex;
  align-items: center;
  width: 100%;
  color: #666;
  font-size: 14px;
}

.row3 .contact ul li i {
  font-size: 1rem;
  margin: 0 0.5rem;
}

.row3 .contact .more {
  display: block;
  color: #fff;
  line-height: 2em;
  background: #d0231c;
  text-align: center;
  margin-top: 1em;
  border-radius: 5px;
}

#allmap {
  height: 100%;
  background: #f5f3f0;
  border: 1px solid #e8e8e8;
}

#allmap .BMap_bubble_content {
  line-height: 1.8em;
}

/* row5 */
.row5 .newLi {
  height: 400px;
  position: relative;
  overflow: hidden;
  padding: 20px;
}

.row5 .porTbox {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 230px;
}

.row5 .newImg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  transition: all 0.5s ease;
}

.row5 .porBbox {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 130px;
  padding: 20px 20px 10px;
}

.row5 .newTitle {
  font-size: 1rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.row5 .newSummry {
  color: #777;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  margin: 10px 0;
  text-overflow: ellipsis;
}

.row5 .lookDetail {
  position: relative;
  display: block;
  color: #777;
  height: 38px;
  line-height: 38px;
  border-top: 1px solid #e5e5e5;
}

.row5 .arrowsR {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translate(0, -50%);
  width: 30px;
}

.row5 .arrowsR img {
  position: absolute;
  transition: all 0.5s ease;
}

.row5 .harr {
  opacity: 0;
}

.row5 .newLi:hover .porBbox {
  background: #479d7d;
}

.row5 .newLi:hover .newImg {
  transform: translate(-50%, -50%) scale(1.1);
}

.row5 .newLi:hover .newSummry,
.row5 .newLi:hover .newTitle,
.row5 .newLi:hover .details {
  color: #fff;
}

.row5 .lookDetail:hover .barr {
  opacity: 0;
}

.row5 .lookDetail:hover .harr {
  opacity: 1;
}

.mc_ban{
	display:none;
}
/* .view-footer.mt {
  margin-top: 0;
} */

@media screen and (max-width: 1200px) {
  .row2 {
    background-size: cover;
  }
.row2 .wrap {
  display: block;
  justify-content: space-between;
}
  .row2 .about-con {
    width: 100%;
  }

  .row2 .content {
    max-width: 100%;
    height: auto;
  }

  .row2 .content .list2 {
    width: 100%;
    height: auto;
  }

  .row2 .content .list2 li .zi span.timer {
    font-size: 30px;
  }

  .row2 .content .list2 li .zi span {
    font-size: 12px;
  }

  .row2 .content .list2 li .zi2 {
    font-size: 12px;
  }

  .row2 .about-baner {
    width: 100%;
    padding-top: 10px;
  }
}

@media screen and (max-width: 1000px) {
}

@media screen and (max-width: 750px) {
  .category-list ul li {
    display: inline-block;
  }

  .category-list ul li a {
    border-bottom: none;
  }

  .top-category ul li {
    width: 50%;
  }

  .pro-list ul li,
  .row3 .pro-list ul li {
    width: 50%;
  }

  .row1 .el-col,
  .row2 .el-col,
  .row3 .el-col,
  .row4 .el-col,
  .row5 .el-col {
    width: 100%;
  }

  .row2 .b_nav .el-col-8 {
    border-right: none;
    padding: 1em 0;
    width: 33.33%;
  }

  .row2 .b_nav .el-col-8 i {
    font-size: 24px;
  }

  .row1 .el-col:nth-child(n + 2),
  .row3 .el-col:nth-child(n + 2) {
    margin-top: 20px;
  }

  .row2 .el-col.el-col-4 {
    width: 50%;
  }

  .pro-end a {
    padding: 1em 2em;
  }

  .row3::before {
    display: none;
  }

  .row3 .widget-header .title {
    margin-left: -1rem;
    margin-right: -1rem;
  }
.c_ban{
	display:none;
}
.mc_ban{
	display:block;
	
	}

  #allmap {
    height: 240px;
  }

  #allmap .BMap_bubble_content {
    font-size: 12px;
  }

  .proLi {
    width: 50%;
    padding-bottom: 40%;
    float: left;
  }
}
/* Ipad或手机 */

@media screen and (max-width: 1024px) { 
  .row2 h2{
   background:none; 
  }
}
@media screen and (max-width: 640px) {
}
